Palindrome in C | Check whether a number or string is palindrome or not

2017-06-20 2

Hey ,

In this video, we are going to check that a given number is palindrome or not.Checking for palindrome in c.

We are checking for palindrome in O(n) time .we are using a for loop to check if the letters of string are equal from both ends or not.

This video shows:
Palindrome in c
Checking string is palindrome or not
Checking a number is palindrome or not

Please subscribe to my channel for more videos on programming tips,tricks and techniques..

Happy Coding : )